home *** CD-ROM | disk | FTP | other *** search
/ Web Designer 98 (Professional) / WebDesigner 1.0.iso / htmled1 / hs25set.exe / HOMESITE.EXE / 0 / RCDATA / TFHTTP / TFHTTP.txt < prev   
Encoding:
Text File  |  1996-12-25  |  1.1 KB  |  59 lines

  1. object fHTTP: TfHTTP
  2.   Left = 261
  3.   Top = 223
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'HTTP'
  7.   ClientHeight = 84
  8.   ClientWidth = 297
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object imgHTTP: TImage
  19.     Left = 11
  20.     Top = 7
  21.     Width = 32
  22.     Height = 32
  23.     AutoSize = True
  24.     Picture.Data = {<image000.ico>}
  25.   end
  26.   object pnlStatus: TPanel
  27.     Left = 61
  28.     Top = 5
  29.     Width = 228
  30.     Height = 36
  31.     Alignment = taLeftJustify
  32.     BevelOuter = bvNone
  33.     BorderWidth = 2
  34.     TabOrder = 0
  35.   end
  36.   object btnCancel: TButton
  37.     Left = 215
  38.     Top = 54
  39.     Width = 74
  40.     Height = 25
  41.     Cursor = crArrow
  42.     Cancel = True
  43.     Caption = 'Cancel'
  44.     TabOrder = 1
  45.     OnClick = btnCancelClick
  46.   end
  47.   object http1: TagHTTP
  48.     DefaultPort = 80
  49.     OnOpen = http1Open
  50.     OnClosed = http1Closed
  51.     OnCancel = http1Cancel
  52.     OnError = http1Error
  53.     OnReceiving = http1Receiving
  54.     OnSending = http1Sending
  55.     Left = 8
  56.     Top = 56
  57.   end
  58. end
  59.